DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T> Interface / ParentScanner Property

In This Topic
    ParentScanner Property
    In This Topic
    Gets an index or a subindex scanner that is the parent of a subindex scanner.
    Syntax
    'Declaration
     
    ReadOnly Property ParentScanner As IIndexScanner(Of T)
    IIndexScanner<T> ParentScanner {get;}

    Property Value

    Parent scanner for a subindex scanner; null for an index scanner.
    See Also